automation/scripts/containerize: fix DOCKER_CMD=podman
authorEdwin Török <edvin.torok@citrix.com>
Tue, 17 Nov 2020 18:24:09 +0000 (18:24 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 18 Nov 2020 16:55:30 +0000 (16:55 +0000)
commit415f904254b7343a90db895134980cbb7f7f0479
treeb4e7675e875a7cd65b50b5d79814a1db985f9fb3
parent7872b493f9db0e6361354bed82b0b4d92a7cd861
automation/scripts/containerize: fix DOCKER_CMD=podman

On CentOS 8 with SELinux containerize doesn't work at all:

Make sure that the source code and SSH agent directories are passed on
with SELinux relabeling enabled.
(`-security-opt label=disabled` would be another option)

Signed-off-by: Edwin Török <edvin.torok@citrix.com>
Acked-by: Doug Goldstein <cardoe@cardoe.com>
automation/scripts/containerize